home *** CD-ROM | disk | FTP | other *** search
/ Cre@te Online 2000 December / Cre@teOnline CD05.iso / MacSoft / XML ConsoleMax.sea / XML ConsoleMax / Required / sox / com / commerceone / CBL / n1_0 / AgencyCode.mod < prev    next >
Encoding:
Extensible Markup Language  |  2000-07-03  |  1.3 KB  |  36 lines  |  [STrk/SCPL]

  1. <?xml version="1.0"?>
  2. <!DOCTYPE schema SYSTEM "urn:x-commerceone:document:com:commerceone:xdk:xml:schema.dtd$1.0">
  3.  
  4. <schema uri="urn:x-commerceone:document:com:commerceone:CBL:CBL.sox$1.0" >
  5.  
  6. <intro>
  7. <p>Copyright Notice</p>
  8. <p>Common Business Library 2.0<br/>
  9. Copyright 1999 Commerce One, Inc.</p>
  10. <p>Permission is granted to use, copy, modify and distribute the DTD's, schemas
  11. and modules in the Commerce One Common Business Library Version 2.0 subject to the terms
  12. and conditions specified at http://www.marketsite.net/xml/cbl/copyright.html</p> 
  13. </intro>
  14.  
  15. <!-- 
  16.         <![CDATA[
  17.             List of standard agencies.  This is derived from EDI code
  18.             list 3055.
  19.         ]]>
  20.      -->
  21.     
  22.     <datatype name="AgencyCode">
  23.         <!-- EDIFACT Data Element 3055. Code list responsible agency, coded -->
  24.         <enumeration datatype="NMTOKEN">
  25.             <option>Other</option><!--  Other agency  -->
  26.             <option>CommerceOne</option>
  27.             <option>ISO</option><!-- 5 ISO (Intl Org for Standardization) -->
  28.             <option>EAN</option><!-- 9 EAN Intl Article Num Assoc -->
  29.             <option>AssignedBySupplier</option><!-- 91 supplier or supplier agent -->
  30.             <option>AssignedByBuyer</option><!-- 92 buyer or buyer's agent -->
  31.             <option>ANSI</option><!-- 116 US, ANSI ASC X12 -->
  32.             <option>GBABA</option><!-- 136 GB, Article Num Assoc (UK) Limited -->
  33.         </enumeration>
  34.     </datatype>
  35. </schema>
  36.